From: kfraser@localhost.localdomain Date: Mon, 10 Jul 2006 13:58:42 +0000 (+0100) Subject: Use $(MAKE) instead of make to run sub-makefiles to correcly support -j flag. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15886 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=7795efdbafb8ee642ff531df5f9ccc9eaa8199c3;p=xen.git Use $(MAKE) instead of make to run sub-makefiles to correcly support -j flag. Signed-off-by: Tristan Gingold --- diff --git a/xen/Makefile b/xen/Makefile index cedd21396e..4279b0ef27 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -16,7 +16,7 @@ dist: install .PHONY: build install clean distclean cscope TAGS tags build install debug clean distclean cscope TAGS tags:: - make -f Rules.mk _$@ + $(MAKE) -f Rules.mk _$@ .PHONY: _build _build: $(TARGET).gz